﻿:root {
    font-size: 100px;
}

body {
    font: normal 16px Microsoft Yahei;
}

button, input, select, textarea {
    font: inherit;
    padding: 0;
    outline: none;
    margin: 0;
}

article {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.f-panel-border {
    border-radius: 0 !important;
}

.paging {
    z-index: 20;
    position: fixed;
    right: 50px;
    width: 24px;
    height: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/images/paging/1.png');
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.float {
    position: fixed;
    right: 5px;
    bottom: 10%;
    z-index: 20;
    width: 52px;
    height: 156px;
}

.float a {
    display: block;
    width: 100%;
    line-height: 52px;
    margin-top: 4px;
    background-color: #fff;
    cursor: pointer;
}

.float-code {
    position: fixed;
    right: 60px;
    bottom: 11%;
    z-index: 20;
    width: 128px;
    height: 143px;
}

.logo {
    z-index: 20;
    width: 2.35rem;
    height: .98rem;
    position: absolute;
    left: .59rem;
    top: .59rem;
    background: url('/images/webs/logo-b.png?v=1') no-repeat;
    background-size: 100% 100%;
}

.navigation {
    z-index: 20;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: .6rem;
    vertical-align: baseline;
    font-size: 16px;
    color: #fff;
}

.navigation a {
    margin: 0 .18rem;
    vertical-align: top;
    color: inherit;
    text-decoration: inherit;
}

.navigation a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nav-left {    
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.nav-left a {
    margin: 0 5px;
}


.banner {
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
    overflow: hidden;
}

.banner-title {
    font-size: 0.46rem;
    line-height: .48rem;
    margin-top: 1.2rem;
    color: #2a2948;
    font-weight: lighter;
    text-align: center;
}

.login {
    background-image: url('/images/webs/login-back.png');
    width: 5.48rem;
    height: 4.52rem;
    margin: auto;
    margin-top: 13%;
    margin-left: 52%;
    overflow: hidden;
    padding: 200px 60px;
    border-radius: 10px;
}

.login .login-submit {
    margin-top: .12rem;
    background-color: #2a2948;
    color: #fff;
    font-size: .22rem
}

.login .login-submit:hover {
    cursor: pointer;
    background-color: #144e8e;
    /*background-color: rgba(42,41,72,.1);*/
}

.login .login-submit,
.login .login-search,
.login .login-label {
    width: 100%;
    height: .54rem;
    border: none;
    border-radius: .54rem;
}

.login .login-label {
    margin-bottom: .17rem;
    background-color: hsla(0, 0%, 100%, .7);
    text-indent: .24rem;
}

.loginy {
    width: 495px;
    height: 375px;
    padding: 245px 115px 0 115px;
    background-image: url('/images/webs/login-backy.png');
}

.loginy .login-search {
    margin-top: .12rem;
    background-color: #fff;
    color: #555;
    font-size: .22rem
}

.loginy .login-search:hover {
    cursor: pointer;
    background-color: #eee;
    /*background-color: rgba(42,41,72,.1);*/
}

.p-type {
    text-align: center;
    margin: 50px 0 0 0;
    height: 36px;
    display: block;
    list-style: none;
    font-size: 0;
    padding-inline-start: 0;
}

.p-type li {
    display: inline-block;
    padding: 0 24px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    color: #2a2948;
    border-top: 1px solid #a7a6b3;
    border-bottom: 1px solid #a7a6b3;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
}

.p-type li:after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 8px;
    width: .8px;
    height: 16px;
    background-color: #a7a6b3;
}

.p-type li:first-child {
    border-left: 1px solid #a7a6b3;
}

.p-type li:last-child {
    border-right: 1px solid #a7a6b3;
}

.p-type .checked {
    background-color: #2a2948;
    border-color: #2a2948 !important;
    color: #fff;
}

.p-type:after {
    content: "";
    display: block;
    clear: both;
}

.p-content {
    margin: 60px 0 0 0;
    display: block;
    list-style: none;
    font-size: 0;
    padding-inline-start: 0;
    padding: 0 80px;
    color: #000;
    font-size: 0;
}

.p-content li {
    display: inline-block;
    width: 20%;
    padding: 0 10px;
    font-size: 14px;
    overflow: hidden;
}

.p-content .info {
    display: inline-block;
    width: 100%;
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    height: 450px;
    position: relative;
}

.p-content .info .title {
    width: 100%;
    font-size: .18rem;
    font-weight: lighter;
    line-height: .28rem;
    color: #000;
    overflow: hidden;
}

.p-content .info .title p {
    color: #000;
    height: 56px;
    overflow: hidden;
}

.p-content .info .title:hover {
    cursor: pointer;
}

.p-content .info article {
    overflow: hidden;
    position: relative;
    font-size: .14rem;
    padding-left: 14px;
    line-height: .34rem;
}

.p-content .info .code {
    height: 68px;
}

.p-content .info article a {
    color: blue;
}

.p-content .info article:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2a2948;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 12px;
}

.p-content .notice btn {
    color: #b70000;
    text-decoration: none;
}

.p-content .notice btn:hover {
    text-decoration: underline;
}

.p-content .info .btn {
    position: absolute;
    bottom: 30px;
    width: 160px;
    height: 40px;
    border: 1px solid #2a2948;
    color: #2a2948;
    background: none;
    padding: 6px 40px;
    cursor: pointer;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
}

.p-content .info .btn:hover {
    text-decoration: none;
    background-color: rgba(42,41,72,.1);
}


.case-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.case-title {
    position: relative;
    width: 100%;
    text-align: center;
}

.case-title .title-cn {
    font-size: 22px;
    line-height: 30px;
    margin-top: .5%;
}

.case-title .title-en,
.case-title .title-cn {
    font-weight: lighter;
    color: grey;
    text-align: center;
}

#case_content {
    width: 100%;
    position: relative;
    overflow: auto;
    text-align: center;
    margin: 20px 0 50px 0;
}

#case_content ul {
    width: 100%;
    height: 100%;
    float: left;
}

#case_content ul, ol {
    padding: 0;
    margin: 0;
}

#case_content li {
    list-style: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

#case_content li img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#case_content ul li {
    float: left;
}

#case_content .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#case_content .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 20px 5px;
    text-indent: -999em;
    border: 2px solid #000;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#case_content .dots li.active {
    background: #000;
    opacity: 1;
}

#case_content .arrow {
    position: absolute;
    top: 150px;
}

#case_content #al {
    left: 15px;
}

#case_content #ar {
    right: 15px;
}

#case_content .prev {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 100px;
    text-align: center;
}

#case_content .next {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 140px;
    text-align: center;
}

#case_content .prev a,
#case_content .next a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#case_content .prev a:hover,
#case_content .next a:hover {
    cursor: pointer;
}

#case_content .prev a .f-icon,
#case_content .next a .f-icon {
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 32px;
}

.case-move {
    width: 100%;
    position: relative;
}

.case-move a:hover {
    text-decoration: underline;
}

.case-move a {
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    right: 70px;
    padding-left: 11px;
    text-decoration: none;
}

.case-move a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    background-color: #2a2948;
    border-radius: 100%;
}


.news-content {
    margin: 50px 0 0 0;
    display: block;
    list-style: none;
    font-size: 0;
    padding-inline-start: 0;
    padding: 0 80px;
    color: #000;
    font-size: 0;
}

.news-content li {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    font-size: 14px;
    overflow: hidden;
}

.news-content .type {
    width: 100%;
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    height: 520px;
    background-color: #fff;
    padding: 10px 20px;
}

.news-content .title {
    font-size: .3rem;
    line-height: .68rem;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.news-content .title a {
    font-size: .12rem;
    line-height: .68rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding-left: 11px;
    text-decoration: none;
}

.news-content .title a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    background-color: #2a2948;
    border-radius: 100%;
}

.news-content .title a:hover {
    text-decoration: underline;
}

.news-content .image {
    height: 280px;
    margin-top: 15px;
}

.news-content .news {
    font-size: 16px;
    color: #000;
    line-height: .2rem;
    position: relative;
}

.news-content .news:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #2a2948;
    border-radius: 100%;
}

.news-content .news p {
    width: 3.8rem;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content .news a {
    text-decoration: none;
}

.news-content .news a:hover {
    text-decoration: underline;
}

.news-content .news label {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}



.buy-content {
    margin-top: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.footer_container {
    width: 100%;
    height: 390px;
    background-color: #2a2948;
    color: #a09fb9;
}

.footer_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}

.footer_info {
    float: left;
    line-height: 36px;
}

.footer_info a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: inherit;
}

.footer_info p {
    display: block;
    position: relative;
    margin: 0;
}

.foot_title {
    font-size: 18px;
    color: #fff;
}

.foot_list {
    font-size: 14px;
}

.footer_line {
    float: left;
    width: 1px;
    height: 235px;
    background-color: #403f5b;
    margin: 0 135px 0 65px;
}

.footer_info .footer_inline {
    display: inline;
}

.footer_weixin {
    position: absolute;
    right: 0;
    top: 50px;
    width: 121px;
}

.footer_info .qq_icon {
    width: 90px;
    height: 22px;
    display: block;
    position: absolute;
    left: 43px;
    top: 7px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAWCAMAAAB37HsnAAAAe1BMVEUAAACgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7mgn7kqKUhycYtjYn02NVJbWnVAP1uUk61TUm2OjadKSWSambOHhqF6eZJraoSAf5kxME9cW3dDQmB1dI9KSWeBgJtjYn87OliBgJwZ5DxtAAAAEHRSTlMA8eLUaxEI+rN5Hnoj5cqy7MToiQAAAhhJREFUOMu1ldtymzAQhjE+J066WrSSkMTBsdP0/Z+w0gqQ6EzTC7v/eMbsDnzsEVVJ+92pPsITtNmedvsq63DewBO1eT3M5Jft7GyNFOMXtY/Cty8TuZ49fhSs0T/Krpl9eF8cH2KSgn9Kd/Cd3mNNzovZikV+BjTBIM3XaIVQCJMG4eciAkuuy3gOs5E7OGR0Nz0mjQNH/BTJ4OwUQduwpOE/Bw0BOdBCQ4dFL/fVLlt9Rv8ElkoRkQVA4VNmA6NZCQ1GI0GnQiAasnbVj2zYjP6Y0khJ+oC1BCzDb8OYVkP5Ua+UkQMUOlV1Nu5/olFCksT4yz6UMQWtjI5V7GFoBMIQzay6yjv4qTL665MrZBe0E8OCdiSpi5e9UgFGfSubVgvnTDk1x2rp4i9Rikm9LNA5aqs8qtBeiVo1EZ06DqwCvc2VXikG3BW1VrnWXoMLzMYCaGC08XwvYlmQ3MZxjR55QpqECxBM7fdTYbw0PJKM7tECEQ2rCTnl4RMlOxgpS4pzrTg4xXPdA8sZQW5CSwO2t2CEh0K7vDLXrkTfruzUxMXh+JDbnAqL0qKSyH5rAY3V4Kxpy5UpF/2ayQkMS4TNnGoXmGiF7YIbpYhJkMZp/8msFr06LI1sym38RtT76Z0D4d8+q/zJvrwlS6dlSZ8/DQ/p7VKxLlPc13G83wBu95EL8oD4KGAdXv/HAfbsY/dYL8fub5CIgR/FNjxHAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
}

.copyright {
    text-align: center;
    margin-top: 45px;
    line-height: 14px;
    font-size: 14px;
}

.copyright a {
    color: inherit;
    text-decoration: none;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}